net/http.Request.isH2Upgrade (method)
3 uses
	net/http (current package)
		request.go#L538: func (r *Request) isH2Upgrade() bool {
		request.go#L1172: 	if req.isH2Upgrade() {
		server.go#L1064: 	isH2Upgrade := req.isH2Upgrade()
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |